SftTree/NET 2.0

LastItem Property, SftTree Class

Softel vdm, Inc.

Returns the last item in the control on level 0.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property LastItem As ItemClass

C#   

public ItemClass LastItem { get; }

C++   

public: property ItemClass^ LastItem {
        ItemClass^ get();
}

Property Value

The last item or null/Nothing if the control's item collection is empty.

Comments

The LastItem property returns the last item in the control on level 0.

The returned item is the last item in the control on level 0.

This is equivalent to the ItemCollectionClass.Last property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com